home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / v20timer.zip / V20TIMER.DOC < prev   
Text File  |  1985-11-02  |  1KB  |  34 lines

  1. ;
  2. ;
  3. ;                            V20TIMER.ASM
  4. ;
  5. ;    Adapted from "ptimer.asm/cpu.com"
  6. ;
  7. ;    Modified 851028 by COMPUQUEST Inc. to show full, accurate clock speed.
  8. ;
  9. ;    
  10. ;    This timing loop is constructed to take exactly 10.0 seconds to
  11. ;    execute when run on a standard pc/compatible using the 8088 micro
  12. ;    and the standard clock speed of 4.77 Mhz.
  13. ;
  14. ;    The speed gain achieved by using the NEC V20, as can be seen, is
  15. ;    almost 300%.  It should be noted that the V20 gets its advantage
  16. ;    mainly from its ability to execute instructions in a fraction of
  17. ;    the normal bus-cycle time taken to do the same instruction with
  18. ;    an 8088.  Therefore, this timing test shows a greater improvement
  19. ;    than you would see with normal PC use.
  20. ;
  21. ;    Still... a V20 in your PC will make a BIG DIFFERENCE in speed for
  22. ;    things like spreadsheet recalcs, assemblies, compiles, and other
  23. ;    tasks where alot of memory moves, calculation instructions etc. are
  24. ;    going on.   
  25. ;
  26. ;    As a good example, that %$*&#@$ wait needed to run the Memory Check
  27. ;    when you boot a PC will take only about 1/4 the time !!
  28. ;
  29. ;
  30. ;
  31. ; COMPUQUEST Inc.  801 Morse Ave.  Schaumburg, IL  60193    
  32. ;
  33. ;
  34.